Update to ICU 70.1
authorEike Rathke <erack@redhat.com>
Tue, 16 Nov 2021 13:53:14 +0000 (14:53 +0100)
committerRaspbian forward porter <root@raspbian.org>
Mon, 17 Jan 2022 02:12:08 +0000 (02:12 +0000)
commit09d766d15693017ea356b806a6fcc8c5ca3ed23b
treef4db1008dc9f6e354a0d3d06338f004657a03d4b
parent9596abc7865e723623f81cb3393435b95eb739b1
Update to ICU 70.1

Unicode 14, 5 new scripts, 12 new Unicode blocks.

In i18npool/qa/cppunit/test_breakiterator.cxx
TestBreakIterator::testLao() had to be disabled/adapted.
Needs to be investigated, see comments there.
As is, Lao script word break has regressions.

Correct UBLOCK_TANGUT_SUPPLEMENT Unicode range endpoint to
0x18D7F, see
https://www.unicode.org/versions/Unicode14.0.0/erratafixed.html
for which ublock_getCode(0x18D8F) now returned UBLOCK_NO_BLOCK and
thus luckily the assert in svx/source/dialog/charmap.cxx hit.

Change-Id: I4bad16ecfab3f44be365b8f884c57f34af68218e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125322
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Gbp-Pq: Name icu-70.diff
i18npool/qa/cppunit/test_breakiterator.cxx
i18nutil/source/utility/unicode.cxx
include/svx/strings.hrc
svx/source/dialog/charmap.cxx